projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37bade2
)
tests: Make variable const to silence gcc
author
Benjamin Otte
<otte@redhat.com>
Wed, 1 Jun 2011 14:52:34 +0000
(16:52 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Wed, 1 Jun 2011 14:52:34 +0000
(16:52 +0200)
tests/testcalendar.c
patch
|
blob
|
history
diff --git
a/tests/testcalendar.c
b/tests/testcalendar.c
index a71b5cc8860d0bdecff5b6d80436cfeef178f2f7..2b0d162f34e90aa2c987925d3abaf54ddac24ac5 100644
(file)
--- a/
tests/testcalendar.c
+++ b/
tests/testcalendar.c
@@
-397,7
+397,7
@@
create_calendar(void)
GtkSizeGroup *size;
GtkStyleContext *context;
- PangoFontDescription *font_desc;
+
const
PangoFontDescription *font_desc;
gchar *font;
gint i;